home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 May / EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso / softwareupdate / system / arexx_for_beginners / articles_01-10 / example6-1.rexx < prev    next >
OS/2 REXX Batch file  |  1994-12-14  |  83b  |  6 lines

  1. /* Example6-1.rexx */
  2.  
  3. DO Len = 1 to 20
  4.    SAY CENTRE(' Test String ',Len,'*')
  5. END
  6.